Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all major dependencies (major) #335

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 18.6.1 -> 19.6.1 age adoption passing confidence devDependencies major
@commitlint/config-conventional (source) 18.6.3 -> 19.6.0 age adoption passing confidence devDependencies major
@types/node (source) ^20.10.0 -> ^22.0.0 age adoption passing confidence devDependencies major
@types/react (source) ^18.2.38 -> ^19.0.0 age adoption passing confidence devDependencies major
@types/react (source) 18.3.1 -> 19.0.2 age adoption passing confidence devDependencies major
@types/react-dom (source) ^18.2.17 -> ^19.0.0 age adoption passing confidence devDependencies major
@types/react-dom (source) 18.3.0 -> 19.0.2 age adoption passing confidence devDependencies major
@typescript-eslint/eslint-plugin (source) 6.21.0 -> 8.19.0 age adoption passing confidence devDependencies major
@typescript-eslint/parser (source) 6.21.0 -> 8.19.0 age adoption passing confidence devDependencies major
@vitejs/plugin-vue (source) 4.6.2 -> 5.2.1 age adoption passing confidence devDependencies major
@vitest/coverage-v8 (source) 0.34.6 -> 2.1.8 age adoption passing confidence devDependencies major
@vue/eslint-config-typescript 12.0.0 -> 14.2.0 age adoption passing confidence devDependencies major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
borales/actions-yarn v4 -> v5 age adoption passing confidence action major
css-loader ^6.8.1 -> ^7.0.0 age adoption passing confidence devDependencies major
eslint (source) ^8.54.0 -> ^9.0.0 age adoption passing confidence devDependencies major
eslint-config-turbo (source) 1.13.3 -> 2.3.3 age adoption passing confidence devDependencies major
eslint-plugin-jest 27.9.0 -> 28.10.0 age adoption passing confidence devDependencies major
eslint-plugin-react-hooks (source) 4.6.2 -> 5.1.0 age adoption passing confidence devDependencies major
eslint-plugin-simple-import-sort 10.0.0 -> 12.1.1 age adoption passing confidence devDependencies major
eslint-plugin-unused-imports 3.1.0 -> 4.1.4 age adoption passing confidence devDependencies major
highcharts (source) 11.4.1 -> 12.1.2 age adoption passing confidence dependencies major
highcharts-vue 1.4.3 -> 2.0.1 age adoption passing confidence dependencies major
husky 8.0.3 -> 9.1.7 age adoption passing confidence devDependencies major
jsdom 23.2.0 -> 25.0.1 age adoption passing confidence devDependencies major
mustache.js 3.2.1 -> 4.2.0 age adoption passing confidence major
node (source) 20.12.2 -> 22.12.0 age adoption passing confidence major
react (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence dependencies major
react (source) 18.3.1 -> 19.0.0 age adoption passing confidence dependencies major
react-dom (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence devDependencies major
react-dom (source) 18.3.1 -> 19.0.0 age adoption passing confidence dependencies major
sass-loader 13.3.3 -> 16.0.4 age adoption passing confidence devDependencies major
style-loader ^3.3.3 -> ^4.0.0 age adoption passing confidence devDependencies major
turbo (source) 1.13.3 -> 2.3.3 age adoption passing confidence devDependencies major
vitest (source) 0.34.6 -> 2.1.8 age adoption passing confidence devDependencies major
webpack-cli (source) ^5.1.4 -> ^6.0.0 age adoption passing confidence devDependencies major
webpack-dev-server ^4.15.1 -> ^5.0.0 age adoption passing confidence devDependencies major
zustand ^4.4.4 -> ^5.0.0 age adoption passing confidence dependencies major
zustand ^4.4.6 -> ^5.0.0 age adoption passing confidence dependencies major

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.4.0

Compare Source

Features

v19.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.0

Compare Source

Features
  • cli: introduce new --last flag, to stop recommending HEAD~1 (#​3916) (99f4f3f)

v19.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.2 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.1 (2024-02-27)

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.0.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.0.1

Compare Source

Bug Fixes
  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#​3939) (8793c63), closes #​3938

v19.0.0

Compare Source

Reverts
  • Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @​commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @​jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

  • test: restore NO_COLOR to test script

  • chore: fix linting issues

  • fix: should use fileURLToPath instead of pathname for Windows compatibility

  • Apply suggestions from code review

  • fix: should reuse cli instead call yargs()

  • feat(cli): set terminalWidth as wrap to avoid work break on help

  • Update .eslintrc.cjs

  • feat: migrate @​commitlint/config-conventional to pure ESM

18.6.1 (2024-02-13)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/config-conventional

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/config-conventional

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.1.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/config-conventional

v19.0.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.0.0

Compare Source

Reverts
  • Revert "chore!: minimum node version v20" (2816783)
BREAKING CHANGES
  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @​commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @​jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

  • test: restore NO_COLOR to test script

  • chore: fix linting issues

  • fix: should use fileURLToPath instead of pathname for Windows compatibility

  • Apply suggestions from code review

  • fix: should reuse cli instead call yargs()

  • feat(cli): set terminalWidth as wrap to avoid work break on help

  • Update .eslintrc.cjs

  • feat: migrate @​commitlint/config-conventional to pure ESM

18.6.2 (2024-02-14)

Bug Fixes

18.6.1 (2024-02-13)

Note: Version bump only for package @​commitlint/config-conventional

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

You can read about our versioning strategy and [releases](https://main--typescript-eslint.netlify.app/users


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 7 times, most recently from 7a2c8bd to 7393435 Compare April 15, 2024 20:13
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from d6f8b85 to 1a448e1 Compare April 23, 2024 03:51
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 6 times, most recently from fec0582 to b808557 Compare April 30, 2024 09:40
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 3 times, most recently from dfb27a3 to 7a0f5e9 Compare May 3, 2024 22:58
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 2 times, most recently from 5f76a3a to aed81f4 Compare May 20, 2024 18:10
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from f39688e to 441bf4a Compare May 31, 2024 11:44
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 4 times, most recently from e381eb6 to e914df4 Compare June 6, 2024 21:03
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 5 times, most recently from 0a72575 to fd3ba72 Compare November 19, 2024 13:38
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 5 times, most recently from 21c5455 to 87c90ec Compare November 27, 2024 19:43
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 5 times, most recently from edba7b8 to db243e8 Compare December 5, 2024 20:49
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 3 times, most recently from 0bdd30e to 9cbdc9d Compare December 9, 2024 20:51
@renovate renovate bot changed the title chore(deps): update all major dependencies (major) fix(deps): update all major dependencies (major) Dec 11, 2024
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 7 times, most recently from c3eb9d8 to 9fd2829 Compare December 21, 2024 09:17
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch 2 times, most recently from d0b584f to 9a2701c Compare December 25, 2024 16:54
@renovate renovate bot force-pushed the renovate/major-all-major-patch branch from 9a2701c to 329a623 Compare December 30, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants